home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / H-i586-cygwin32 / i586-cygwin32 / include / utime.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-04  |  165 b   |  11 lines

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5. /* The utime function is defined in libc/sys/<arch>/sys if it exists. */
  6. #include <sys/utime.h>
  7.  
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11.